CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - opencv Lbp

搜索资源列表

  1. OPENCV+LBP implemantation

    1下载:
  2. 基于opencv库实现的LBP(Local Binary Pattern)的执行程序。
  3. 所属分类:源码下载

    • 发布日期:2011-07-04
    • 文件大小:9607
    • 提供者:neu001
  1. LBP

    1下载:
  2. C++实现的LBP算法提取图像纹理特征,C++实现的LBP算法提取图像纹理特征-C++ implementation of the LBP texture feature extraction algorithm, C++ implementation of the LBP algorithm for extracting image texture features
  3. 所属分类:图形图象

    • 发布日期:2017-06-02
    • 文件大小:1578830
    • 提供者:飞龙
  1. hog

    0下载:
  2. HOG特征的实现方案,用于人脸识别,已经被opencv采用-the feature of HOG
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:518042
    • 提供者:Clarence
  1. lbp

    1下载:
  2. 1.解压缩之后,在vs2008下可直接运行,不过需要安装opencv 2.提供人脸检测与识别功能 3.人脸识别,需要预先选定文件夹提取特征向量,然后才可以选取比较,这个需要改源程序-1. Unzipped, run directly under the vs2008, but need to install opencv 2. Provides face detection and recognition 3. Recognition, pre-selected folder nee
  3. 所属分类:OpenCV

    • 发布日期:2013-03-07
    • 文件大小:13505132
    • 提供者:文石磊
  1. Face-detection-LBP

    0下载:
  2. 针对LBP的人脸检测算法的文章3篇,区别于adaboost的人脸检测算法,opencv有相应的训练数据库。-For three of the articles of the LBP face detection algorithm, the face detection algorithm is different from adaboost, opencv training database.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-09
    • 文件大小:1721236
    • 提供者:
  1. bytefish-opencv-a7350e7.tar

    1下载:
  2. 开源实现的LBP 写的非常工整的代码 值得参考-an opencsource implementation of LBP
  3. 所属分类:OpenCV

    • 发布日期:2017-05-08
    • 文件大小:1548621
    • 提供者:yuanyang
  1. LBP

    0下载:
  2. LBP算子的实现,可以帮助学习LBP,使用openCV,在vc08中编译运行-LBP operator to achieve, can help learning LBP, openCV, compile and run in vc08
  3. 所属分类:Special Effects

    • 发布日期:2017-11-09
    • 文件大小:4761714
    • 提供者:张组织
  1. lbp

    0下载:
  2. 基于opencv的lbp算法实现,只是实现lbp图谱的转化,没有人脸识别部分的代码-Based opencv LBP algorithm just lbp map conversion, no face recognition part of the code
  3. 所属分类:OpenCV

    • 发布日期:2017-11-20
    • 文件大小:5449204
    • 提供者:张祎王
  1. LBP

    0下载:
  2. vs2010+opencv的LBP特征向量提取-the LBP features vs2010+opencv vector extraction
  3. 所属分类:Special Effects

    • 发布日期:2017-11-05
    • 文件大小:5807090
    • 提供者:liyuan
  1. LBP

    0下载:
  2. 在数字图像处理和模式识别领域,LBP指局部二值模式,是一种有效的纹理描述算子,度量和提取图像局部的纹理信息,对光照具有不变性。本程序是LBP算子在C++&opencv平台下的实现,可以实时检测图像的纹理特征。-In digital image processing and pattern recognition, LBP represents local binary patterns, is an effective texture descr iption operator, measure
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-25
    • 文件大小:8675311
    • 提供者:冷冷
  1. LBP

    1下载:
  2. LBP算法的实现,使用opencv显示处理后的图像-LBP algorithm, using the image display processing opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1073781
    • 提供者:孟江曼
  1. LBP

    1下载:
  2. 用opencv实现LBP算法。通过一个3*3的模板在图像矩阵上滑动,用模板四周的八领域像素和中间的像素值比较,大于的为1,小于的为0,从左上角顺时针排列,然后转化为十进制放在模板中间的对应位置。-LBP algorithm with opencv. Through a 3* 3 matrix template image slide, with the template field of eight around the center pixel and the pixel value comp
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:3501
    • 提供者:文亚
  1. lbp

    0下载:
  2. 在opencv里实现局部二值算子,它是一种纹理描述算子,度量和提取图像局部的纹理信息,对光照具有不变性-Achieve local binary operator in opencv where it is a texture descr iption operator, local measure and extract image texture information, illumination invariance
  3. 所属分类:OpenCV

    • 发布日期:2017-05-10
    • 文件大小:2103801
    • 提供者:张凌华
  1. lbp

    1下载:
  2. c++编写的简单的LBP程序,在VC2008+opencv2.4.6下运行成功,能够很好的显示人脸纹理。-A simple c++ code of LBP algorithm, it can be successfully operated on VC2008 with opencv 2.4.6.
  3. 所属分类:OpenCV

    • 发布日期:2016-06-10
    • 文件大小:13511680
    • 提供者:郑炜豪
  1. LBP+opencv

    0下载:
  2. Local binary patterns (LBP)+opencv
  3. 所属分类:OpenCV

    • 发布日期:2014-01-16
    • 文件大小:8502493
    • 提供者:LanceCheng
  1. LBP

    0下载:
  2. Local binary patterns (LBP)in opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-05-25
    • 文件大小:8502493
    • 提供者:Lance Cheng
  1. LBP

    0下载:
  2. 利用Opencv实现LBP算法,完成图像特征提取-LBP algorithm utilizing Opencv achieve complete image feature extraction
  3. 所属分类:OpenCV

    • 发布日期:2017-06-16
    • 文件大小:24670779
    • 提供者:Zhang Tiantian
  1. LBP

    0下载:
  2. LBP特征特诊算子源码,用于求取图像8,16邻域的特征值,基于OpenCV-LBP features special diagnostic operator source code, for the image of the 8,16 to get the image of the characteristics of the neighborhood, based on the OpenCV
  3. 所属分类:OpenCV

    • 发布日期:2017-05-24
    • 文件大小:7516482
    • 提供者:宋先生
  1. lbp-facedetect(opencv)

    0下载:
  2. 基于opencv lbp的人脸检测算法,利用facedetect函数快速检测到人脸,提高检测速度,优化检测方法。-Face detection algorithm based on LBP facedetect, using OpenCV function to quickly detect human face, improve the detection speed, and optimize the detection method.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-14
    • 文件大小:4256
    • 提供者:zengui
  1. High-Dimensional-LBP-master

    0下载:
  2. 我的高维LBP特征的人脸识别方法董晨,徐东曺,方文执行,简隼。维度祝福:高维特征及其对人脸验证的有效压缩。计算机视觉与模式识别(CVPR),2013。我用OpenCV的人脸检测和人脸地标检测内部接口。实现的详细信息可以在Bor Chun Chen、楚松晨、Winston H. Hsu中找到。审查和高维局部二进制模式及其在人脸识别中的应用实施,技术报告tr-iis-14-003,中央研究院信息科学研究所,2014。(PDF)如果您使用此代码进行研究,请引用上面的技术报告。有关更多信息,请访问项目网
  3. 所属分类:其他

    • 发布日期:
    • 文件大小:336896
    • 提供者:moonteresa
« 12 3 »
搜珍网 www.dssz.com